翻訳と辞書
Words near each other
・ Spamdexing
・ SPAMfighter
・ Spamgourmet
・ Spamigation
・ Spamming
・ Spamount
・ Spamount railway station
・ Spamtrap
・ Spamusement!
・ Spamvertising
・ Spamware
・ Span
・ Span (architecture)
・ Span (band)
・ Span (category theory)
Span (programming language)
・ Span (unit)
・ Span and div
・ Span bolster
・ Span Developments
・ SPAN Infotech
・ Span loop
・ SPAN magazine
・ Span of control
・ Span's Cultural Gallery
・ Span-America Medical Systems
・ SPANA (Society for the Protection of Animals Abroad)
・ Spanair
・ Spanair destinations
・ Spanair Flight 5022


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Span (programming language) : ウィキペディア英語版
Span (programming language)

Span is a programming language targeting the Parrot virtual machine. Its syntax is meant to be very similar to C, but its philosophy is Smalltalk-like, and it uses Smalltalk-style message syntax. Almost all of Span's library visible to the user is written in Span itself. Span is dynamically typed. The hello world program in Span is
class Hello
Span uses blocks ala Smalltalk for all flow control constructs except definition. For example, for this pseudocode fragment:
if x > y
print "yes"
else
print "no"
Span would write
(x > y)
ifTrue:
ifFalse: ;
Span is currently in very early stages of development.
==External links ==

* (Span homepage )

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Span (programming language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.